home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / BedCmdHelp.bed < prev    next >
Text File  |  1996-09-26  |  265b  |  19 lines

  1. /*
  2. ** $VER: BedCmdHelp.bed 1.0 (02.01.96)
  3. **
  4. ** Show the AmigaGuide Help for the BED ARexx command currently under the
  5. ** cursor
  6. */
  7.  
  8. OPTIONS RESULTS
  9.  
  10. GetWord
  11. command=RESULT
  12.  
  13. Exist command
  14.  
  15. IF RC=0 THEN
  16.     Help command
  17. ELSE
  18.     SetStatusBar "Cursor not on a BED command"
  19.